.footer {
    background: #005ca2;
    padding-top: 0.58rem;
    padding-bottom: .65rem;
}

.footer .main {
    display: flex;
    padding: .4rem 0;
    border-bottom: 1px solid #3B82B8;
    ;
    border-top: 1px solid #3B82B8;
    ;
}

.logo_foot {
    width: 3.73rem;
    display: flex;
    margin-bottom: .3rem;
}

.logo_foot img {
    width: 0.63rem;
    height: 0.63rem;
}

.fwrx {
    margin-left: .2rem;
    color: #fff;
}

.fwrx p {
    font-size: 0.16rem;
}

.fwrx h4 {
    font-size: 0.34rem;
}

.footer_p1 {

    font-size: 0.18rem;
    color: #333333;
    font-weight: bold;
    padding-left: .1rem;
    margin-bottom: .15rem;
}

.footer_p4 {
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.06rem;
}

.footer_p3 {
    margin-top: .5rem;
    font-size: 0.14rem;
    color: #a0a0a0;
    margin-bottom: 0.06rem;
}

.footer_left {
    padding-right: .8rem;
}

.footer_right {
    display: flex;
    /*gap: 0 0.74rem;*/
    justify-content: space-between;
    min-width: 10.4rem;
}

.footer_right_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_right a {
    height: fit-content;
    text-align: center;
}

.footer_p5 {

    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.08rem;
    line-height: 1.6666;
}

.footer_p6 {
    opacity: .5;
    font-size: 0.15rem;
    color: #fff;
    line-height: 2.2;
}

.footer_p6:hover{
    opacity: 1;
}

.ewm {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.ewm img {
    background: #fff;
    padding: .03rem;
    width: 100%;
    margin-bottom: .13rem;
}

.ewm p {
    font-size: 0.15rem;
    text-align: center;
    color: #fff;
}

.footlogo {
    width: 16rem;
    margin: 0 auto;
    display: flex;
    margin-bottom: .2rem;
}

.footlogo img {
    width: 2.16rem;
    height: .48rem;
}

.footlogo p {
    font-size: .26rem;
    color: #fff;
    text-align: right;
    width: 87%;
    line-height: .48rem;
}
.footcopy{
    display: flex;   
    font-size: 0.16rem;
    width: 16rem;
    margin: 0 auto;
    color: #fff;
     margin-top: .2rem;
     line-height: .25rem;
}
.footleft{
    width: 50%;
}
.footleft p{
    display: flex;
    align-items: center;
}

.footleft img{
    width: .55rem;
    height: auto;
    display: inline-block;
    margin-left: .16rem;
}

.footleft a{
    display: inline-block;
    width: fit-content;
    margin-right: .1rem;
}
.footright{
    width: 50%;
    text-align: right;
}
.footleft .pherf{
    color: #B3CEE3;
}

@media only screen and (max-width: 1024px) {
    .footlogo {
  width: 100%;
  display: block;
  padding: 0 .3rem;
}
.footlogo img{
    width: 50%;
    height: auto;
}
.footlogo p {
  width: 100%;
  text-align: left;
  margin-top: .3rem;
}
.footer .main{
    display: block;
}
.footer_left {
  padding: 0;
  width: 100%;
}
.fwrx p {
  font-size: 0.26rem;
}
.footer_p4 {
  font-size: 0.26rem;
}
.ewm {
  height: auto;
  width: 30%;
}
.ewm p {
  font-size: 0.26rem;
}
.footer_right {
  display: block;
  height: auto;
  overflow: hidden;
}
  .footer_right_box {
    width: 33.3%;
    float: left;
    height: 2.5rem;
  }
  .footer_p5 {
  font-size: 0.26rem;
  font-weight: bold;
}
.footer_p6 {
  font-size: 0.26rem;
  line-height: 0.35rem;
}
.footcopy {
  font-size: 0.24rem;
  width: 100%;
  display: block;
  padding: 0 .3rem;
}.footleft {
  width: 100%;
  line-height: .35rem;
}.footright {
  width: 100%;
  text-align: left;
  margin-top: .2rem;
  line-height: .35rem;
}

}